60 WDT_A_hold(WDT_A_BASE);
68 GPIO_setAsPeripheralModuleFunctionOutputPin(
71 GPIO_TERNARY_MODULE_FUNCTION
89 Comp_E_initParam
param = {0};
90 param.posTerminalInput = COMP_E_INPUT2;
91 param.negTerminalInput = COMP_E_VREF;
92 param.outputFilterEnableAndDelayLevel = COMP_E_FILTEROUTPUT_OFF;
93 param.invertedOutputPolarity = COMP_E_NORMALOUTPUTPOLARITY;
94 Comp_E_init(COMP_E_BASE, &
param);
102 Comp_E_setReferenceVoltage(COMP_E_BASE,
117 Comp_E_disableInputBuffer(COMP_E_BASE,
121 Comp_E_enable(COMP_E_BASE);
125 __bis_SR_register(LPM4_bits);
MPU_initThreeSegmentsParam param